home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / _iconify.spot next >
Text File  |  1996-09-26  |  421b  |  12 lines

  1. /* Ban Event!-Window, iconify Spot 1.2b registered or higher        */
  2.  
  3. /* Copy this script to your Spot-Rexx-directory and Spot will       */
  4. /* close Event!'s clockwindow before iconifying, when you click     */
  5. /* on "Iconify" in the area list window. Useful only of course, if  */
  6. /* "Follow to active Pubscreen" is switched on.                     */
  7.  
  8. If show('Ports','EVENT!') then address "EVENT!" BAN 5
  9.  
  10. ICONIFY
  11.  
  12.